transformation.associationtags.buttonlisteners
Class ClearButtonListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.ClearButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ClearButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ClearButtonListener(javax.swing.JComboBox protectedAction, javax.swing.JTextField roleUser, javax.swing.JComboBox roleRole, javax.swing.JComboBox rightAction, javax.swing.JComboBox rightRole)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Resets the values of the adding form to defaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearButtonListener

public ClearButtonListener(javax.swing.JComboBox protectedAction,
                           javax.swing.JTextField roleUser,
                           javax.swing.JComboBox roleRole,
                           javax.swing.JComboBox rightAction,
                           javax.swing.JComboBox rightRole)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Resets the values of the adding form to defaults

Specified by:
actionPerformed in interface java.awt.event.ActionListener